home *** CD-ROM | disk | FTP | other *** search
/ The Disc - MacWorld 1995 / PowerComputing (The Disc)(MacWorld 1995).ISO / mac / Jawai / JavaBea / JBeatMAC / Java Beat Demo / Java Beat Demo.dxr / 00111.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  119 b   |  9 lines

  1. on exitFrame
  2.   if not soundBusy(1) then
  3.     playArandomTheme()
  4.     go(the frame)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.